﻿@media screen and (min-width:985px) and (max-width:2800px) {
    .header {
        width: 100%;
        height: 130px;
        /*border:1px solid red;*/
        background: url(../IMG/head_bg.png) no-repeat center, linear-gradient(to bottom, #fefcfc 0%, #eacbcb 100%);
        background-size: auto;
        margin: 0px auto;
        overflow: hidden;
        min-width: 1024px;
    }


    .head_con {
        width: 1100px;
        height: 0px;
        margin: 0px auto;
    }

    .sear {
        width: 296px;
        height: 29px;
        top: -60px;
        position: relative;
        margin-left: 801px;
    }

    .datas_search_text1 {
        width: 271px;
        border: 1px solid #d97373;
        height: 27px;
        line-height: 27px;
        padding: 0px 12px;
        font-size: 12px;
        background: #f8eff0;
        color: #828282;
        font-family: '微软雅黑';
        position: absolute;
    }

    .fla {
        float: left;
    }

    .datas_search_btn1 {
        position: absolute;
        right: 0px;
        top: 1px;
        background: url(../IMG/search_icon.png ) no-repeat center;
        border: none;
        width: 29px;
        height: 27px;
        line-height: 27px;
        cursor: pointer;
    }

    input, textarea, button, select, option {
        font-family: Microsoft Yahei UI,Microsoft Yahei, Arial;
    }

        a, input, select:focus, option {
            outline: none !important;
        }

    /*导航*/
    .nav {
        width: 100%;
        height: 39px;
        /*border:1px solid red;*/
        margin: 0px auto;
        background: url(../IMG/nav_bg.png ) repeat-x center;
        min-width: 1100px;
    }

    .nav_con {
        width: 1100px;
        height: 40px;
        /*border:1px solid red;*/
        margin: 0px auto;
    }

    .ulcs {
        /*overflow:hidden;*/ height: 40px;
        width: 1100px;
        margin: 0px auto;
    }

        .ulcs > li {
            width: 91px;
            /*border:1px solid red;*/ height: 31px;
            line-height: 26px;
            float: left;
            color: white;
            font-size: 16px;
            text-align: center;
            /*border-left: 1px solid #d44444;*/
            padding-top: 1px;
        }

            .ulcs > li > a {
                width: 91px;
                height: 38px;
                line-height: 38px;
                float: left;
                color: white;
                font-size: 16px;
                text-align: center;
                display: block;
                float: left;
                font-weight: bold; /*border:1px solid white;*/
            }

    /*二级菜单*/
    .ulcs_li {
        position: relative;
    }

    .ulcs_li_ul {
        position: absolute;
        /*width:500px;*/
        border-bottom: 1px solid rgb(161,43,43);
        border-left: 1px solid rgb(161,43,43);
        border-right: 1px solid rgb(161,43,43);
        background-color: white;
        overflow: hidden;
        z-index: 1;
        display: none;
        margin-top: 38px;
    }

        .ulcs_li_ul > li {
            /*width:113px;*/
            /*height:40px;*/
            line-height: 40px;
            float: left;
            background: url(../IMG/sanjiao_icon.png ) no-repeat 8px 17px;
            /*border:1px solid black;*/
            padding-left: 10px;
        }

            .ulcs_li_ul > li > a {
                padding-left: 6px;
                /*width:98px;*/
                height: 40px;
                line-height: 40px;
                display: block;
                float: left;
                color: black;
                font-size: 16px;
                text-align: left;
            }

    .huse_bg {
        width: 100%;
        margin: 0px auto;
        padding-bottom: 16px;
        padding-top: 16px;
        /*background-color: #ededed;*/ /*border:1px solid red;*/
        background: url(/IMG/huse_bg1.png) repeat-x;
    }

    .ban1cs {
        width: 1095px;
        margin: 0px auto;
        /*margin-top:16px;*/
    }

        .ban1cs img {
            width: 100%;
            height: auto;
            margin: 1px auto;
        }
    /*内容一*/
    .content_01 {
        width: 1095px;
        height: 310px;
        margin: 0px auto;
        margin-top: 16px;
        overflow: hidden;
    }
    /*图片轮播*/
    .lunbo {
        width: 506px;
        height: 301px;
        /*border:1px solid red;*/
        float: left;
        position: relative;
    }

    div.slideBox {
        position: relative;
        width: 506px;
        height: 310px;
        overflow: hidden;
    }

        div.slideBox ul.items {
            position: absolute;
            float: left;
            background: none;
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            div.slideBox ul.items li {
                float: left;
                background: none;
                list-style: none;
                padding: 0px;
                margin: 0px;
            }

                div.slideBox ul.items li a {
                    float: left;
                    line-height: normal !important;
                    padding: 0px !important;
                    border: none /*For IE.ADD.JENA.201206300844*/;
                }

                    div.slideBox ul.items li a img {
                        margin: 0px !important;
                        padding: 0px !important;
                        display: block;
                        width: 100%;
                        height: 310px;
                        border: none /*For IE.ADD.JENA.201206300844*/;
                    }

        div.slideBox div.tips {
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 30px;
            background-color: #000;
            overflow: hidden;
        }

            div.slideBox div.tips div.title {
                position: absolute;
                left: 0px;
                top: 0px;
                height: 100%;
            }

                div.slideBox div.tips div.title a {
                    color: #FFF;
                    font-size: 14px;
                    line-height: 30px;
                    margin-left: 10px;
                    text-decoration: none;
                }

                    div.slideBox div.tips div.title a:hover {
                        text-decoration: none;
                    }

            div.slideBox div.tips div.nums {
                position: absolute;
                right: 0px;
                top: 0px;
                height: 100%;
            }

                div.slideBox div.tips div.nums a {
                    display: inline-block;
                    >float:left /*For IE.ADD.JENA.201206300844*/;
                    width: 10px;
                    height: 10px;
                    background-color: #FFF;
                    text-indent: -99999px;
                    margin: 11px 5px 0px 0px;
                }

                    div.slideBox div.tips div.nums a.active {
                        background-color: #0070c6;
                    }
    /*工作动态*/
    .gzdt {
        width: 364px;
        /*height:301px;*/
        /*border:1px solid red;*/
        float: left;
        margin-left: 12px;
    }

        .gzdt .tab-body-1 {
            padding: 0px;
            padding-top: 25px;
            width: 364px;
        }

        .gzdt .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        .gzdt h3 {
            line-height: 32px;
            text-align: center;
            float: left;
            height: 32px;
            width: 75px;
            margin-right: 20px;
            font-size: 18px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

            .gzdt h3 a {
                font-size: 18px;
                color: black;
                font-family: "微软雅黑";
                cursor: pointer;
            }

    .gzdt_con {
        width: 364px;
        border-top: 1px solid #a12b2b;
        margin-top: 7px;
        padding-top: 10px;
    }

        .gzdt_con p {
            width: 355px;
            padding-left: 8px;
            line-height: 26px;
            line-height: 26px;
            font-size: 15px;
            background: url(../IMG/squre_icon.png ) no-repeat 0px 11px;
            /*border:1px solid red;*/
        }

            .gzdt_con p a {
                color: #5e5a5a;
            }

            .gzdt_con p span {
                color: #7b7878;
            }


    /*会员模块*/

    .huiyuan {
        width: 200px;
        height: 301px;
        /*border:1px solid red;*/
        float: left;
        margin-left: 12px;
    }

        .huiyuan .hybtn {
            display: block;
            width: 100%;
            margin: 0px auto;
            height: auto;
            text-align: center;
        }

        .huiyuan .hybtn1 {
            display: none;
            width: 100%;
            margin: 0px auto;
            height: auto;
            text-align: center;
        }

            .huiyuan .hybtn1 > a {
                display: none;
                width: 100%;
            }

                .huiyuan .hybtn1 > a img {
                    display: none;
                    width: 98%;
                }

        .huiyuan > a {
            width: 200px;
            height: 52px;
            display: block;
            margin: 5px auto;
        }

        .huiyuan table {
            width: 200px;
            margin-top: 6px;
            background-color: white;
        }

            .huiyuan table tr td a {
                display: block;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 15px;
                width: 98px;
                font-weight: bold;
                color: #010000;
                border: 1px solid #ededed;
            }

                .huiyuan table tr td a:hover {
                    background-color: #a12b2b;
                    color: white;
                }

    .hyfuimg {
        margin-top: 10px;
    }
    /*通知公告*/
    .content_02 {
        width: 1100px;
        /*border:1px solid red;*/ margin: 0px auto;
        overflow: hidden;
    }

    #cen_right_top {
        width: 750px;
        float: left;
    }

        #cen_right_top .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top h3 {
            line-height: 32px;
            text-align: center;
            float: left;
            height: 32px;
            width: auto;
            margin-right: 20px;
            font-size: 18px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

            #cen_right_top h3 a {
                font-size: 18px;
                color: black;
                font-family: "微软雅黑";
                cursor: pointer;
            }

    #cen_right_top2 h3 a {
        font-size: 18px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top3 h3 a {
        font-size: 18px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top4 h3 a {
        font-size: 18px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top5 h3 a {
        font-size: 18px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top div {
        clear: both;
        border-top: 1px solid #a12b2b;
        padding-top: 5px;
    }

        #cen_right_top div p {
            width: 98%;
            font-size: 16px;
            height: 30px;
            line-height: 30px;
            background: url(../IMG/squre_icon.png) no-repeat 0px 11px;
            padding-left: 8px;
        }

            #cen_right_top div p a {
                color: #5e5a5a;
            }


    /*日期靠右*/
    .tab-body-1-content {
        padding: 0px;
        margin: 0px;
        position: relative;
    }

        .tab-body-1-content p a span {
            position: absolute;
            right: 0;
        }

        .tab-body-1-content p span {
            font-size: 13px;
            color: #7b7878;
            float: right;
        }

        .tab-body-1-content p a {
            float: left;
            width: 41em;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }

    .yh_p p a {
        float: left;
        width: 30em;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .divcs tab-body-2-content a p {
        width: 30em;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        margin-left: 12px;
    }

    .webadd li {
        width: 209px;
        float: left;
        margin-bottom: 15px;
    }

        .webadd li a {
            font-size: 13px;
            color: #666666;
        }

    #box {
        position: fixed;
        right: 0;
        bottom: 90px;
        text-align: center;
    }

        #box #close {
            width: 15px;
            height: 15px;
            position: absolute;
            right: 5px;
            top: 5px;
            cursor: pointer;
        }


    #box2 {
        position: fixed;
        left: 0;
        bottom: 90px;
        text-align: center;
    }

        #box2 #close2 {
            width: 15px;
            height: 15px;
            position: absolute;
            right: 5px;
            top: 5px;
            cursor: pointer;
        }
    /*按钮*/
    .anniu {
        width: 316px;
        height: 240px;
        float: left;
        margin-left: 30px; /*border:1px solid red;*/
        margin-top: 22px;
    }

        .anniu a {
            margin: 8px;
            display: block;
        }

    .ban4css {
        height: auto;
        width: 1095px;
        margin: 0px auto;
        margin-top: 16px; /*border:1px solid red;*/
    }

        .ban4css img {
            width: 100%;
            height: auto;
            margin: 1px auto;
        }
    /*用户满意企业*/
    .content_all {
        width: 1100px;
        overflow: hidden;
        margin: 0px auto;
        margin-top: 16px;
        /*border:1px solid red;*/
    }

    .content_left {
        width: 750px;
        float: left;
        /*border:1px solid red;*/
    }

    #cen_right_top2 {
        width: 750px;
        float: left;
        /*height:179px;*/
        /*border:1px solid red;*/
    }

        #cen_right_top2 .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top2 h3 {
            line-height: 32px;
            text-align: center;
            float: left;
            height: 32px;
            width: auto;
            margin-right: 20px;
            font-size: 18px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top2 .divcs {
            display: none;
            clear: both;
            overflow: hidden;
            /*height: 100px;*/
            /*padding-top:15px;*/
            border-top: 1px solid #a12b2b;
        }

            #cen_right_top2 .divcs .tab-body-2-content-1 {
                width: 232px;
                height: 160px;
                float: left;
                position: relative;
                border: 0px solid red;
            }

                #cen_right_top2 .divcs .tab-body-2-content-1 a img {
                    position: absolute;
                    width: 232px;
                    height: 160px;
                }

                #cen_right_top2 .divcs .tab-body-2-content-1 a p {
                    position: absolute;
                    font-size: 12px;
                    color: white;
                    background-image: none;
                    background-color: #000;
                    filter: alpha(opacity=50);
                    -moz-opacity: 0.5;
                    -khtml-opacity: 0.5;
                    opacity: 0.8;
                    margin-top: 129px;
                    width: 220px;
                    border: 0px solid red;
                    height: 32px;
                    line-height: 32px;
                    padding-left: 12px;
                }

        #cen_right_top2 div p {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0px 0px 0px 8px;
            /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
        }

            #cen_right_top2 div p a {
                font-size: 15px;
                color: #5e5a5a;
            }

    .tab-body-1-content {
        display: none;
    }
    /*日期靠右*/
    .yh_p {
        width: 508px;
        float: left;
        margin-left: 10px;
        margin-top: 6px;
        position: relative;
    }

        .yh_p p span {
            float: right;
            font-size: 13px;
            color: #5e5a5a;
            position: absolute;
        }

    .xyqy {
        width: 750px;
        margin-top: 6px;
        position: relative;
    }

        .xyqy table {
            width: 750px;
            /* height: 269px; */
            /* border: 1px solid red; */
            margin-top: 5px;
            margin-bottom: 10px;
        }

            .xyqy table thead {
                width: 750px;
                background-color: #bb0000;
                height: 32px;
                line-height: 32px;
                font-size: 13px;
                text-align: center;
                color: white;
            }

            .xyqy table tbody {
                width: 750px;
                height: 30px;
                line-height: 30px;
                font-size: 13px;
                text-align: center;
                color: #504e4e;
                border: 1px solid #dfe0e0;
            }
    /*信用建设*/
    #cen_right_top3 {
        width: 750px;
        float: left;
        /*height:179px;*/
        /*border:1px solid red;*/ margin-top: 16px;
    }

        #cen_right_top3 .divcs .tab-body-3-content-1 {
            width: 232px;
            height: 160px;
            float: left;
            position: relative;
            border: 0px solid red;
        }

            #cen_right_top3 .divcs .tab-body-3-content-1 a img {
                position: absolute;
                width: 232px;
                height: 160px;
            }

            #cen_right_top3 .divcs .tab-body-3-content-1 a p {
                position: absolute;
                font-size: 12px;
                color: white;
                background-image: none;
                background-color: #000;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.8;
                margin-top: 129px;
                width: 220px;
                border: 0px solid red;
                height: 32px;
                line-height: 32px;
                padding-left: 12px;
            }

        #cen_right_top3 .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top3 h3 {
            line-height: 32px;
            text-align: center;
            float: left;
            height: 32px;
            width: auto;
            margin-right: 20px;
            font-size: 18px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top3 .divcs {
            display: none;
            clear: both;
            overflow: hidden;
            /*height: 100px;*/
            /*padding-top:15px;*/
            border-top: 1px solid #a12b2b;
        }

        #cen_right_top3 div p {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0px 0px 0px 8px;
            /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
        }

            #cen_right_top3 div p a {
                font-size: 15px;
                color: #5e5a5a;
            }

    /*广告2*/
    .ban2cs {
        height: 92px;
        width: 750px;
        /*margin-top:394px;*/ margin-top: 16px;
        overflow: hidden;
    }

        .ban2cs img {
            width: 100%;
            height: auto;
            margin: 3px auto;
        }
    /*分支机构*/
    #cen_right_top4 {
        width: 750px;
        float: left;
        /*height:179px;*/
        /*border:1px solid red;*/ /*margin-top:16px;*/
    }

        #cen_right_top4 .divcs .tab-body-4-content-1 {
            width: 232px;
            height: 160px;
            float: left;
            position: relative;
            border: 0px solid red;
        }

            #cen_right_top4 .divcs .tab-body-4-content-1 a img {
                position: absolute;
                width: 232px;
                height: 160px;
            }

            #cen_right_top4 .divcs .tab-body-4-content-1 a p {
                position: absolute;
                font-size: 12px;
                color: white;
                background-image: none;
                background-color: #000;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.8;
                margin-top: 129px;
                width: 220px;
                border: 0px solid red;
                height: 32px;
                line-height: 32px;
                padding-left: 12px;
            }

        #cen_right_top4 .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top4 h3 {
            line-height: 32px;
            text-align: center;
            float: left;
            height: 30px;
            width: 114px;
            margin: 0px;
            padding: 0px;
            /*background-color: #e8e8e8;*/
            font-size: 18px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top4 .divcs {
            display: none;
            clear: both;
            overflow: hidden;
            /*height: 100px;*/
            /*padding-top:15px;*/
            border-top: 1px solid #a12b2b;
        }

        #cen_right_top4 div p {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0px 0px 0px 8px;
            /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
        }

            #cen_right_top4 div p a {
                font-size: 15px;
                color: #5e5a5a;
            }
    /*交流动态*/
    #cen_right_top5 {
        width: 750px;
        float: left;
        /*height:179px;*/
        /*border:1px solid red;*/ margin-top: 16px;
    }

        #cen_right_top5 .divcs .tab-body-5-content-1 {
            width: 232px;
            height: 160px;
            float: left;
            position: relative;
            border: 0px solid red;
        }

            #cen_right_top5 .divcs .tab-body-5-content-1 a img {
                position: absolute;
                width: 232px;
                height: 160px;
            }

            #cen_right_top5 .divcs .tab-body-5-content-1 a p {
                position: absolute;
                font-size: 12px;
                color: white;
                background-image: none;
                background-color: #000;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.8;
                margin-top: 129px;
                width: 220px;
                border: 0px solid red;
                height: 32px;
                line-height: 32px;
                padding-left: 12px;
            }

        #cen_right_top5 .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top5 h3 {
            line-height: 32px;
            text-align: center;
            float: left;
            height: 32px;
            width: 75px;
            margin-right: 20px;
            font-size: 18px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top5 .divcs {
            display: none;
            clear: both;
            overflow: hidden;
            /*height: 100px;*/
            /*padding-top:15px;*/
            border-top: 1px solid #a12b2b;
        }

        #cen_right_top5 div p {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0px 0px 0px 8px;
            /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
        }

            #cen_right_top5 div p a {
                font-size: 15px;
                color: #5e5a5a;
            }
    /*广告3*/
    .ban3cs {
        height: 92px;
        width: 750px;
        margin-top: 16px; /*border:1px solid blue;*/
        overflow: hidden;
    }

        .ban3cs img {
            width: 100%;
            height: auto;
            margin: 3px auto;
        }
    /*右侧*/
    .content_right {
        width: 317px;
        float: left;
        margin-left: 30px; /*border:1px solid red;*/
    }
    /*品牌活动*/
    .pphd {
        width: 317px; /*margin-top:16px;*/
    }

    .pphd_title {
        width: 313px;
        height: 35px;
        line-height: 35px;
        /*border:1px solid red;*/ border-bottom: 1px solid #a12b2b;
        font-size: 20px;
    }

    .pphd_con {
        margin-top: 15px;
    }

        .pphd_con a {
            display: block;
            height: 50px;
            width: 317px;
            margin-top: 7px;
        }
    /*展示推广*/
    .zstg {
        width: 317px;
        margin-top: 16px;
    }

    .zstg_title {
        width: 313px;
        height: 35px;
        line-height: 35px;
        position: relative;
        /*border:1px solid red;*/ border-bottom: 1px solid #a12b2b;
        font-size: 20px;
    }

        .zstg_title a {
            /*margin-right:4px;*/
            font-size: 12px;
            color: #807e7e;
            position: absolute;
            right: 0;
        }

    .zstg_con {
        overflow: hidden;
        margin-top: 15px;
    }

    .zstg_pic {
        float: left;
        width: 125px;
        height: 90px; /*border:1px solid red;*/
        margin-right: 10px;
    }

    .zstg_con h4 a {
        color: #030000;
        font-weight: bold;
    }

    .zstg_con p {
        line-height: 23px;
        font-size: 14px;
    }

        .zstg_con p a {
            line-height: 23px;
            font-size: 14px;
            color: #787575;
        }

    .zstg_list {
        width: 317px; /*margin-top:5px;*/
    }

        .zstg_list p {
            width: 307px;
            line-height: 30px;
            font-size: 14px;
            background: url(../IMG/squre_icon.png ) no-repeat 3px 13px;
            padding-left: 14px;
        }

            .zstg_list p a {
                line-height: 30px;
                color: #5e5a5a;
            }
    /*会员单位*/
    .hydw {
        width: 317px;
        margin-top: 16px;
    }

    .hydw_title {
        width: 313px;
        height: 35px;
        line-height: 35px;
        position: relative;
        /*border:1px solid red;*/ border-bottom: 1px solid #a12b2b;
        font-size: 20px;
    }

        .hydw_title a {
            /*margin-right:4px;*/
            font-size: 12px;
            color: #807e7e;
            position: absolute;
            right: 0;
            font-size: 12px;
            color: #807e7e;
        }

    .hydw_list {
        width: 317px;
        margin-top: 12px;
    }

        .hydw_list p {
            width: 307px;
            line-height: 30px;
            font-size: 14px;
            background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
            padding-left: 10px;
        }

            .hydw_list p a {
                line-height: 30px;
                color: #5e5a5a;
            }
    /*广告4*/
    .ban4cs {
        height: 92px;
        width: 317px;
        margin-top: 15px;
    }

        .ban4cs img {
            width: 100%;
            height: auto;
            margin: 1px auto;
        }
    /*友情链接*/
    .yqlj {
        width: 1100px;
        /*height:368px;*/ border: 0px solid red;
        margin: 0px auto;
        margin-top: 16px;
        overflow: hidden;
        height: auto;
    }

    #cen_right_top6 {
        width: 840px;
        float: left;
        /*height:800px;
    border:1px solid blue;*/
    }

        #cen_right_top6 .active {
            background-color: #bb0000;
            color: #F3F3F3;
            /*font-size:16px;*/
        }

        #cen_right_top6 h3 {
            line-height: 35px;
            text-align: center;
            float: left;
            height: 35px;
            width: 100px;
            margin: 0px;
            padding: 0px;
            background-color: #e8e8e8;
            font-size: 14px;
            color: #6a6767;
            /*font-weight: bold ;*/
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top6 .divcs {
            font-size: 14px;
            display: none;
            clear: both;
            overflow: hidden;
            padding-top: 15px;
            /*border-top:1px solid  #0075c2;*/
        }

        #cen_right_top6 table {
            width: 870px;
        }

            #cen_right_top6 table tr td {
                /*width:217.5px;*/ /*border:1px solid red;*/
                line-height: 30px;
            }

                #cen_right_top6 table tr td a {
                    font-size: 12px;
                    color: #666666;
                }

                    #cen_right_top6 table tr td a:hover {
                        text-decoration: underline;
                    }

    .ewm {
        width: 210px;
        height: 262px;
        border: 1px solid #cccccc;
        float: right;
    }

        .ewm p {
            font-size: 14px;
            color: #666666;
            text-align: center;
            line-height: 26px;
        }
    /*底部版权*/
    .footer {
        background-color: #d8d8da;
        width: 100%;
        height: 100%;
        margin: 0px auto;
        padding-top: 45px;
        min-width: 1100px;
    }

        .footer p {
            font-size: 12px;
            color: #666666;
            line-height: 26px;
            text-align: center;
        }

            .footer p a {
                font-size: 12px;
                color: #666666;
                line-height: 26px;
                text-align: center;
            }
}

@media screen and (min-width:300px) and (max-width:980px) {

    .header {
        width: 100%;
        height: 4rem;
        background: url(../IMG/head_bg.png) no-repeat center, linear-gradient(to bottom, #fefcfc 0%, #eacbcb 100%);
        background-size: 50em;
        margin: 0px auto;
        overflow: hidden;
        max-width: 980px;
        min-width: 300px;
    }

    .head_con {
        width: 100%;
        height: 38px;
        margin: 0px auto;
        background: linear-gradient(to bottom, #eacbcb 100%, #fefcfc 0%);
    }

    .sear {
        width: 100%;
        height: 40px;
        position: relative;
    }

    .datas_search_text1 {
        width: 96%;
        border: 1px solid #d97373;
        height: 30px;
        line-height: 27px;
        padding-left: 12px;
        font-size: 12px;
        background: #f8eff0;
        color: #828282;
        font-family: '微软雅黑';
        border-radius: 25px;
    }

    .fla {
        /*float: left;*/
    }

    .datas_search_btn1 {
        position: absolute;
        right: 0px;
        top: 1px;
        background: url(../IMG/search_icon.png ) no-repeat center;
        border: none;
        width: 29px;
        height: 27px;
        line-height: 27px;
        cursor: pointer;
    }

    input, textarea, button, select, option {
        font-family: Microsoft Yahei UI,Microsoft Yahei, Arial;
    }

        a, input, select:focus, option {
            outline: none !important;
        }

    /*导航*/
    .nav {
        width: 100%;
        height: 40px;
        margin: 0px auto;
        background: url(../IMG/nav_bg.png ) repeat-x center;
        min-width: 300px;
        max-width: 980px;
    }

    .nav_con {
        height: auto;
        margin: 0px auto;
        white-space: nowrap; /* 防止子元素换行 */
        width: 100%;
        overflow-x: auto; /* 允许水平滚动 */
        -ms-overflow-style: none; /* 隐藏滚动条 */
        scrollbar-width: none; /* 隐藏滚动条 */
    }

    .ulcs {
        display: flex;
        height: 40px;
        margin: 0px auto;
    }

        .ulcs > li {
            width: 6rem;
            height: 40px;
            float: left;
            color: white;
            font-size: 16px;
            text-align: center;
            padding-top: 1px;
        }

            .ulcs > li > a {
                width: 91px;
                line-height: 43px;
                color: white;
                font-size: 16px;
                text-align: center;
                display: block;
                float: left;
                font-weight: bold;
            }

    /*二级菜单*/
    .ulcs_li {
        position: relative;
    }

    .ulcs_li_ul {
        display: none;
    }

        .ulcs_li_ul > li {
            display: none;
        }

    .huse_bg {
        width: 100%;
        margin: 0px auto;
        background: url(/IMG/huse_bg1.png) repeat-x;
    }

    .ban1cs {
        width: 98%;
        margin: 0px auto;
    }

        .ban1cs img {
            width: 100%;
            height: auto;
            margin: 1px auto;
        }
    /*内容一*/
    .content_01 {
        width: 100%;
        height: auto;
        margin: 0px auto;
        margin-top: 5px;
        overflow: hidden;
    }
    /*图片轮播*/
    .lunbo {
        width: 100%;
        height: 16rem;
        position: relative;
    }

    div.slideBox {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 15rem;
        overflow: hidden;
    }

        div.slideBox ul.items {
            position: absolute;
            float: left;
            background: none;
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            div.slideBox ul.items li {
                float: left;
                background: none;
                list-style: none;
                padding: 0px;
                margin: 0px;
            }

                div.slideBox ul.items li a {
                    float: left;
                    line-height: normal !important;
                    padding: 0px !important;
                    border: none /*For IE.ADD.JENA.201206300844*/;
                }

                    div.slideBox ul.items li a img {
                        margin: 0px !important;
                        padding: 0px !important;
                        display: block;
                        width: 100%;
                        height: 15rem;
                        border: none /*For IE.ADD.JENA.201206300844*/;
                    }

        div.slideBox div.tips {
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 30px;
            background-color: #000;
            overflow: hidden;
        }

            div.slideBox div.tips div.title {
                position: absolute;
                left: 0px;
                top: 0px;
                height: 100%;
            }

                div.slideBox div.tips div.title a {
                    color: #FFF;
                    font-size: 14px;
                    line-height: 30px;
                    margin-left: 10px;
                    text-decoration: none;
                }

                    div.slideBox div.tips div.title a:hover {
                        text-decoration: none;
                    }

            div.slideBox div.tips div.nums {
                position: absolute;
                right: 0px;
                top: 0px;
                height: 100%;
            }

                div.slideBox div.tips div.nums a {
                    display: inline-block;
                    float: left /*For IE.ADD.JENA.201206300844*/;
                    width: 10px;
                    height: 10px;
                    background-color: #FFF;
                    text-indent: -99999px;
                    margin: 11px 5px 0px 0px;
                }

                    div.slideBox div.tips div.nums a.active {
                        background-color: #0070c6;
                    }
    /*工作动态*/
    .gzdt {
        width: 98%;
        margin: 0px auto;
    }

        .gzdt .tab-body-1 {
            padding: 0px;
            padding-top: 25px;
            width: 100%;
        }

        .gzdt .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        .gzdt h3 {
            line-height: 35px;
            text-align: center;
            float: left;
            width: auto;
            margin-right: 10px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

            .gzdt h3 a {
                font-size: 16px;
                color: black;
                font-family: "微软雅黑";
                cursor: pointer;
            }

    .gzdt_con {
        width: 100%;
        border-top: 1px solid #a12b2b;
        margin-top: 7px;
        padding-top: 10px;
    }

        .gzdt_con p {
            width: 96%;
            padding-left: 8px;
            line-height: 30px;
            font-size: 15px;
            background: url(../IMG/squre_icon.png ) no-repeat 0px 11px;
        }

            .gzdt_con p a {
                color: #5e5a5a;
            }

            .gzdt_con p span {
                color: #7b7878;
            }

    /*会员模块*/

    .huiyuan {
        width: 98%;
        height: auto;
        margin: 0 auto;
    }

        .huiyuan .hybtn {
            display: none;
            width: 100%;
            margin: 0px auto;
            height: 50px;
            text-align: center;
        }

            .huiyuan .hybtn > a {
                width: 49%;
                float: left;
            }

                .huiyuan .hybtn > a img {
                    width: 98%;
                }

        .huiyuan .hybtn1 {
            display: block;
            width: 100%;
            margin: 0px auto;
            height: auto;
            text-align: center;
        }

            .huiyuan .hybtn1 > a {
                width: 100%;
            }

                .huiyuan .hybtn1 > a img {
                    width: 98%;
                    border: 1px solid #f2f2f2;
                }

        .huiyuan table {
            width: 98%;
            margin: 6px auto;
            background-color: white;
        }

            .huiyuan table tr td a {
                display: block;
                height: 3rem;
                line-height: 3rem;
                text-align: center;
                font-size: 15px;
                width: 98%;
                font-weight: bold;
                color: #010000;
                border: 1px solid #ededed;
            }

                .huiyuan table tr td a:hover {
                    background-color: #a12b2b;
                    color: white;
                }

    .hyfuimg {
        display: none;
    }

    /*通知公告*/
    .content_02 {
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
    }

    #cen_right_top {
        width: 98%;
        margin: 0px auto;
    }

        #cen_right_top .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top h3 {
            line-height: 32px;
            text-align: center;
            float: left;
            height: 30px;
            width: auto;
            margin-right: 20px;
            padding: 0px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

            #cen_right_top h3 a {
                font-size: 16px;
                color: black;
                font-family: "微软雅黑";
                cursor: pointer;
            }

    #cen_right_top2 h3 a {
        font-size: 16px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top3 h3 a {
        font-size: 16px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top4 h3 a {
        font-size: 16px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top5 h3 a {
        font-size: 16px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top div {
        clear: both;
        border-top: 1px solid #a12b2b; 
        padding:5px 0px;
    }

        #cen_right_top div p {
            width: 98%;
            font-size: 16px;
            height: 30px;
            line-height: 30px;
            background: url(../IMG/squre_icon.png) no-repeat 0px 11px;
            padding-left: 8px;
        }

            #cen_right_top div p a {
                color: #5e5a5a;
            }


    /*日期靠右*/
    .tab-body-1-content {
        padding: 0px;
        margin: 0px;
        position: relative;
    }

        .tab-body-1-content p span {
            font-size: 13px;
            color: #7b7878;
            float: right;
        }

        .tab-body-1-content p a {
            float: left;
            width: 85%; /* 或者使用百分比宽度 */
            max-width: 980px;
            min-width: 300px;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }

    .yh_p p a {
        float: left;
        width: 85%;
        white-space: nowrap;
        min-width: 300px;
        max-width: 960px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .divcs tab-body-2-content a p {
        width: 30em;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        margin-left: 12px;
    }

    .webadd {
        text-align: left;
    }

        .webadd li {
            width: 45%;
            float: left;
            margin: 5px 5px;
        }

            .webadd li a {
                font-size: 13px;
                color: #666666;
            }

    #box {
        position: fixed;
        right: 0;
        bottom: 90px;
        text-align: center;
    }

        #box #close {
            width: 15px;
            height: 15px;
            position: absolute;
            right: 5px;
            top: 5px;
            cursor: pointer;
        }


    #box2 {
        position: fixed;
        left: 0;
        bottom: 90px;
        text-align: center;
    }

        #box2 #close2 {
            width: 15px;
            height: 15px;
            position: absolute;
            right: 5px;
            top: 5px;
            cursor: pointer;
        }

    /*按钮*/
    .anniu {
        display: flex;
        width: 100%;
        height: 3rem;
        float: left;
        white-space: nowrap; /* 防止子元素换行 */
        overflow-x: auto; /* 允许水平滚动 */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .anniu a {
            width: 100%;
            float: left;
            margin: 3px 5px;
            display: block;
        }

    .ban4css {
        height: auto;
        width: 98%;
        margin: 0px auto;
    }

        .ban4css img {
            width: 100%;
            height: auto;
            margin: 1px auto;
        }
    /*用户满意企业*/
    .content_all {
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
        margin-top: 16px;
    }

    .content_left {
        width: 100%;
    }

    #cen_right_top2 {
        width: 98%;
        margin: 0px auto;
    }

        #cen_right_top2 .tab-body-2 {
            width: 98%;
            margin: 0px auto;
        }

        #cen_right_top2 .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top2 h3 {
            line-height: 33px;
            text-align: center;
            float: left;
            height: 30px;
            width: auto;
            margin-right: 20px;
            padding: 0px;
            /*background-color: #e8e8e8;*/
            font-size: 16px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top2 .divcs {
            display: none;
            clear: both;
            overflow: hidden;
            /*height: 100px;*/
            /*padding-top:15px;*/
            border-top: 1px solid #a12b2b;
        }

            #cen_right_top2 .divcs .tab-body-2-content-1 {
                width: 100%;
                height: 160px;
                float: left;
                position: relative;
                border: 0px solid red;
            }

                #cen_right_top2 .divcs .tab-body-2-content-1 a img {
                    position: absolute;
                    width: 100%;
                    height: 160px;
                }

                #cen_right_top2 .divcs .tab-body-2-content-1 a p {
                    position: absolute;
                    font-size: 12px;
                    color: white;
                    background-image: none;
                    background-color: #000;
                    filter: alpha(opacity=50);
                    -moz-opacity: 0.5;
                    -khtml-opacity: 0.5;
                    opacity: 0.8;
                    margin-top: 129px;
                    width: 97%;
                    border: 0px solid red;
                    height: 32px;
                    line-height: 32px;
                    padding-left: 12px;
                }

        #cen_right_top2 div p {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0px 0px 0px 8px;
            /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
        }

            #cen_right_top2 div p a {
                font-size: 15px;
                color: #5e5a5a;
            }

    .tab-body-1-content {
        display: none;
    }
    /*日期靠右*/
    .yh_p {
        width: 100%;
        float: left;
        margin-top: 6px;
        position: relative;
    }

        .yh_p p span {
            float: right;
            font-size: 13px;
            color: #5e5a5a;
            position: absolute;
        }

    .xyqy {
        width: 100%;
        margin-top: 6px;
        overflow-x: auto;
        position: relative;
    }

        .xyqy table {
            width: 750px;
            /* height: 269px; */
            /* border: 1px solid red; */
            margin-top: 5px;
            margin-bottom: 10px;
        }

            .xyqy table thead {
                width: 750px;
                background-color: #bb0000;
                height: 32px;
                line-height: 32px;
                font-size: 13px;
                text-align: center;
                color: white;
            }

            .xyqy table tbody {
                width: 750px;
                height: 30px;
                line-height: 30px;
                font-size: 13px;
                text-align: center;
                color: #504e4e;
                border: 1px solid #dfe0e0;
            }
    /*信用建设*/
    #cen_right_top3 {
        width: 98%;
        margin: 0px auto;
    }

        #cen_right_top3 .tab-body-3 {
            width: 98%;
            margin: 0px auto;
        }

        #cen_right_top3 .divcs .tab-body-3-content-1 {
            width: 100%;
            height: 160px;
            float: left;
            position: relative;
            border: 0px solid red;
        }

            #cen_right_top3 .divcs .tab-body-3-content-1 a img {
                position: absolute;
                width: 100%;
                height: 160px;
            }

            #cen_right_top3 .divcs .tab-body-3-content-1 a p {
                position: absolute;
                font-size: 12px;
                color: white;
                background-image: none;
                background-color: #000;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.8;
                margin-top: 129px;
                width: 97%;
                border: 0px solid red;
                height: 32px;
                line-height: 32px;
                padding-left: 12px;
            }

        #cen_right_top3 .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top3 h3 {
            line-height: 33px;
            text-align: center;
            float: left;
            height: 32px;
            width: auto;
            margin-right: 20px;
            font-size: 16px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top3 .divcs {
            display: none;
            clear: both;
            overflow: hidden;
            /*height: 100px;*/
            /*padding-top:15px;*/
            border-top: 1px solid #a12b2b;
        }

        #cen_right_top3 div p {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0px 0px 0px 8px;
            /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
        }

            #cen_right_top3 div p a {
                font-size: 15px;
                color: #5e5a5a;
            }

    /*广告2*/
    .ban2cs {
        height: auto;
        width: 98%;
        margin: 8px auto;
        overflow: hidden;
    }

        .ban2cs img {
            width: 100%;
            height: auto;
            margin: 1px auto;
        }
    /*分支机构*/
    #cen_right_top4 {
        width: 98%;
        margin: 0px auto;
    }

        #cen_right_top4 .tab-body-4 {
            width: 98%;
            margin: 0px auto;
        }

        #cen_right_top4 .divcs .tab-body-4-content-1 {
            width: 100%;
            height: 160px;
            float: left;
            position: relative;
            border: 0px solid red;
        }

            #cen_right_top4 .divcs .tab-body-4-content-1 a img {
                position: absolute;
                width: 100%;
                height: 160px;
            }

            #cen_right_top4 .divcs .tab-body-4-content-1 a p {
                position: absolute;
                font-size: 12px;
                color: white;
                background-image: none;
                background-color: #000;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.8;
                margin-top: 129px;
                width: 97%;
                border: 0px solid red;
                height: 32px;
                line-height: 32px;
                padding-left: 12px;
            }

        #cen_right_top4 .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top4 h3 {
            line-height: 33px;
            text-align: center;
            float: left;
            height: 30px;
            width: contain;
            margin-right: 20px;
            padding: 0px;
            /*background-color: #e8e8e8;*/
            font-size: 16px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top4 .divcs {
            display: none;
            clear: both;
            overflow: hidden;
            /*height: 100px;*/
            /*padding-top:15px;*/
            border-top: 1px solid #a12b2b;
        }

        #cen_right_top4 div p {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0px 0px 0px 8px;
            /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
        }

            #cen_right_top4 div p a {
                font-size: 15px;
                color: #5e5a5a;
            }
    /*交流动态*/
    #cen_right_top5 {
        width: 98%;
        margin: 0px auto;
    }

        #cen_right_top5 .tab-body-5 {
            width: 98%;
            margin: 0px auto;
        }

        #cen_right_top5 .divcs .tab-body-5-content-1 {
            width: 100%;
            height: 160px;
            float: left;
            position: relative;
            border: 0px solid red;
        }

            #cen_right_top5 .divcs .tab-body-5-content-1 a img {
                position: absolute;
                width: 100%;
                height: 160px;
            }

            #cen_right_top5 .divcs .tab-body-5-content-1 a p {
                position: absolute;
                font-size: 12px;
                color: white;
                background-image: none;
                background-color: #000;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.8;
                margin-top: 129px;
                width: 97%;
                border: 0px solid red;
                height: 32px;
                line-height: 32px;
                padding-left: 12px;
            }

        #cen_right_top5 .active a {
            font-weight: bold;
            border-bottom: 4px solid #a12b2b;
        }

        #cen_right_top5 h3 {
            line-height: 33px;
            text-align: center;
            float: left;
            height: 30px;
            width: contain;
            margin-right: 20px;
            padding: 0px;
            /*background-color: #e8e8e8;*/
            font-size: 16px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top5 .divcs {
            display: none;
            clear: both;
            overflow: hidden;
            /*height: 100px;*/
            /*padding-top:15px;*/
            border-top: 1px solid #a12b2b;
        }

        #cen_right_top5 div p {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0px 0px 0px 8px;
            /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
        }

            #cen_right_top5 div p a {
                font-size: 15px;
                color: #5e5a5a;
            }
    /*广告3*/
    .ban3cs {
        height: auto;
        width: 98%;
        margin: 0px auto;
        overflow: hidden;
    }

        .ban3cs img {
            width: 100%;
            height: auto;
            margin: 1px auto;
        }
    /*右侧*/
    .content_right {
        width: 98%;
        margin: 8px auto;
    }
    /*品牌活动*/
    .pphd {
        width: 100%; /*margin-top:16px;*/
    }

    .pphd_title {
        width: 100%;
        height: 35px;
        line-height: 35px;
        /*border:1px solid red;*/ border-bottom: 1px solid #a12b2b;
        font-size: 20px;
    }

    .pphd_con {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        margin-top: 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .pphd_con a {
            width: 100%;
            margin: 3px 5px;
        }

            .pphd_con a img {
                width: 47%;
            }
    /*展示推广*/
    .zstg {
        width: 100%;
        margin-top: 16px;
    }

    .zstg_title {
        width: 313px;
        height: 35px;
        line-height: 35px;
        position: relative;
        /*border:1px solid red;*/ border-bottom: 1px solid #a12b2b;
        font-size: 20px;
    }

        .zstg_title a {
            /*margin-right:4px;*/
            font-size: 12px;
            color: #807e7e;
            position: absolute;
            right: 0;
        }

    .zstg_con {
        overflow: hidden;
        margin-top: 15px;
    }

    .zstg_pic {
        float: left;
        width: 125px;
        height: 90px; /*border:1px solid red;*/
        margin-right: 10px;
    }

    .zstg_con h4 a {
        color: #030000;
        font-weight: bold;
    }

    .zstg_con p {
        line-height: 23px;
        font-size: 14px;
    }

        .zstg_con p a {
            line-height: 23px;
            font-size: 14px;
            color: #787575;
        }

    .zstg_list {
        width: 317px; /*margin-top:5px;*/
    }

        .zstg_list p {
            width: 307px;
            line-height: 30px;
            font-size: 14px;
            background: url(../IMG/squre_icon.png ) no-repeat 3px 13px;
            padding-left: 14px;
        }

            .zstg_list p a {
                line-height: 30px;
                color: #5e5a5a;
            }
    /*会员单位*/
    .hydw {
        width: 100%;
        margin-top: 16px;
    }

    .hydw_title {
        width: 100%;
        height: 35px;
        line-height: 35px;
        position: relative;
        /*border:1px solid red;*/ border-bottom: 1px solid #a12b2b;
        font-size: 20px;
    }

        .hydw_title a {
            /*margin-right:4px;*/
            font-size: 12px;
            color: #807e7e;
            position: absolute;
            right: 0;
            font-size: 12px;
            color: #807e7e;
        }

    .hydw_list {
        width: 100%;
        margin-top: 12px;
    }

        .hydw_list p {
            width: 100%;
            line-height: 30px;
            font-size: 14px;
            padding-left: 10px;
        }

            .hydw_list p a {
                line-height: 30px;
                color: #5e5a5a;
            }
    /*广告4*/
    .ban4cs {
        height: auto;
        width: 98%;
        margin: 8px auto;
        overflow: hidden;
    }

        .ban4cs img {
            height: auto;
            width: 100%;
            margin: 1px auto;
        }

    /*友情链接*/
    .yqlj {
        width: 100%;
        /*height:368px;*/ border: 0px solid red;
        margin: 0px auto;
        margin-top: 16px;
        overflow: hidden;
        height: auto;
    }


    #cen_right_top6 {
        width: 98%;
        margin: 0px auto;
    }

        #cen_right_top6 .tab-body-6 {
            width: 98%;
            margin: 0px auto;
        }

        #cen_right_top6 .active {
            background-color: #bb0000;
            color: #F3F3F3;
            /*font-size:16px;*/
        }

        #cen_right_top6 h3 {
            line-height: 35px;
            text-align: center;
            float: left;
            height: 35px;
            width: 24%;
            background-color: #e8e8e8;
            font-size: 14px;
            color: #6a6767;
            font-family: "微软雅黑";
            cursor: pointer;
        }

        #cen_right_top6 .divcs {
            font-size: 14px;
            display: none;
            clear: both;
            overflow: hidden;
            padding-top: 15px;
            /*border-top:1px solid  #0075c2;*/
        }

        #cen_right_top6 table {
            width: 870px;
        }

            #cen_right_top6 table tr td {
                /*width:217.5px;*/ /*border:1px solid red;*/
                line-height: 30px;
            }

                #cen_right_top6 table tr td a {
                    font-size: 12px;
                    color: #666666;
                }

                    #cen_right_top6 table tr td a:hover {
                        text-decoration: underline;
                    }

    .ewm {
        display: none;
    }
    /*底部版权*/
    .footer {
        background-color: #d8d8da;
        width: 100%;
        height: 100%;
        margin: 0px auto;
        padding-top: 45px;
    }

        .footer p {
            font-size: 12px;
            color: #666666;
            line-height: 26px;
            text-align: center;
        }

            .footer p a {
                font-size: 12px;
                color: #666666;
                line-height: 26px;
                text-align: center;
            }
}
